projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9219a24
)
(fortran-fill): Fill lines that do not have comments.
author
Glenn Morris
<rgm@gnu.org>
Wed, 12 Feb 2003 21:51:45 +0000
(21:51 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 12 Feb 2003 21:51:45 +0000
(21:51 +0000)
lisp/progmodes/fortran.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/fortran.el
b/lisp/progmodes/fortran.el
index 4552f4a50a0bc36c4bd512c1a49c057f875dfe8e..e3a29289e896327967c0cc302d6306438336e5e7 100644
(file)
--- a/
lisp/progmodes/fortran.el
+++ b/
lisp/progmodes/fortran.el
@@
-1682,7
+1682,8
@@
If ALL is nil, only match comments that start in column > 0."
;; don't prevent a break.
(when (and (save-excursion
(beginning-of-line)
- (when (fortran-find-comment-start-skip)
+ (if (not (fortran-find-comment-start-skip))
+ t
(goto-char (match-beginning 0))
(>= (point) fill-point)))
(save-excursion